//+---------------------------------------------------------------------------------------+
//|                        Copyright 2025, Metatronsoftlab                                |
//|                    Remarks /Info at: metatronsoftlab@gmail.com                        |
//|               Telegram Invitation Link : https://t.me/cryptoincomehunter              |                                           
//+---------------------------------------------------------------------------------------+


------------- Tailgunner Body Candle Live 2.0 EA --(EUR/USD settings)-----------------------


Magic            = 1234567;/// Magic Number -- change for every pair traded
Trading          = true;///// If true EA trades/if disabled only as indicator
Show_Settings    = true;////////////Show settings on screen 
Trading          = true;////////////Trading true or false; default true

------------------------ Trade/Order Setting ------------------------------------------------

Lots             = 0.01;//////////Lotsize
lStopLoss        = 80;////////////Long Stoploss pips
sStopLoss        = 80/////////////Short Stoplos pips
lTakeProfit      = 100;////////////TakeProfitpips for long trades
sTakeProfit      = 100;////////////TakeProfitpips for short trades


MinimumBody      = 35;////Minimum Candle Lenght Live Candle Alert
MinimumBodyS     = 10;///Minimum Candle Body Lenght For Confirmation Short Trade
MinimumBodyL     = 10;////Minimum Candle Body Lenght For Confirmation Long Trade


TradeWave        = 1; ////////////////EA trades only second Live Candle Alert 
TradeDelayL      = 900;//////////////Seconds to wait before EA enters a long Ttrade
TradeDelayS      = 900;//////////////Seconds to wait before EA enters a short trade
IntervalTime     = 1;////////////////Interval at which the EA measures the pricefeed
OrderDistance    = 900;//////////////Minimum Distance in seconds between orders
Slippage         = 200;////////////Maximum allowed slippage pips
MaxAllowedSpread = 30;////////////Maximum allowed spread for trading

------------------------- Trailing Parameters --------------------------------------------------

UseTrailing      = false;////use Trailing stop 
lTrailingStop    = 40;///////Long  40 pips Trailing stop pips
sTrailingStop    = 40;///////Short 40 pips Trailing stop pips

------------------------- RSI Setting -----------------------------------------------------------

RSIperiod        = 7;/////Default RSI period
RSIoverbought    = 65;////EA Trades only above this level
RSIoversold      = 35;////EA Trades only below this level


------------------------- Active Time -----------------------------------------------------------

UseHourTrade     = false ///////used for hourly trading
FromHourTrade    = 7;
ToHourTrade      = 20;

------------------------- Alert Setting -----------------------------------------------------------

UseSound          =  true;/////////use soundfile when detect spike/trade 
NameFileSound1    = "alert1.wav"///media soundfile detect signal
NameFileSound2    = "alert2.wav"///media soundfile place order

------------------------- Colour Settings ---------------------------------------------------------

clOpenBuy        = Yellow;///Color on chart of OpenBuy
clCloseBuy       = Aqua;/////Color on chart of CloseBuy
clOpenSell       = Red;//////Color on chart of CloseSell

---------------------------------------------------------------------------------------------------

Remarks /Info at: metatronsoftlab@gmail.com           © Copyright 2025 Metatronsoftlab


///////////////////////////////////////////////////////////////////////////////////////////////////




